body{margin:0;padding:0;font-family:'Exo 2',sans-serif;background:#0f172a;color:#f1f5f9;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden;background-image:radial-gradient(ellipse at bottom,#1e293b 0,#0f172a 100%);text-align:center}.container{padding:20px;max-width:600px;animation:fadeIn 1s ease-in-out}.logo{width:clamp(80px,20vw,120px);height:auto;margin-bottom:20px}h1{font-size:clamp(2.2rem,9vw,4rem);font-weight:800;margin:0 0 1rem 0;line-height:1.1;text-shadow:0 0 15px rgba(255,107,53,0.6);text-transform:uppercase}p{font-size:clamp(1rem,4vw,1.2rem);font-weight:400;margin:0 0 3rem 0;color:#cbd5e1}.cta{display:inline-block;background-color:#ff6b35;color:#0f172a;font-size:clamp(1.1rem,5vw,1.3rem);font-weight:700;text-decoration:none;padding:15px 35px;border-radius:.375rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;border:2px solid #e55a2b;text-transform:uppercase;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1),0 0 20px rgba(255,107,53,0.7);background-color:#e55a2b;border-color:#ff6b35;outline:none}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#cbd5e1;padding:15px;display:flex;justify-content:center;align-items:center;z-index:1000;font-size:14px;flex-wrap:wrap;gap:10px;text-align:center;border-top:1px solid #334155}@media(min-width:600px){.cookie-banner{justify-content:space-between}}.cookie-banner p{margin:0;padding-right:10px}.cookie-btn{background:#ff6b35;color:#0f172a;border:none;padding:10px 15px;border-radius:.375rem;cursor:pointer;font-weight:700;flex-shrink:0}.cookie-banner.hidden{display:none}